home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / 5_in_row.swf / scripts / DefineButton2_94 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2010-04-12  |  137 b   |  7 lines

  1. on(release){
  2.    _parent.killPause();
  3.    _parent.killAllTiles();
  4.    _parent.playSound("click1");
  5.    _parent.gotoAndStop("start");
  6. }
  7.